Skip to content

chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0#57

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sys-0.38.0
Closed

chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sys-0.38.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps golang.org/x/sys from 0.37.0 to 0.38.0.

Commits
  • 15129aa cpu: also use MRS instruction in getmmfr1
  • ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp
  • 3675c4c cpu: use MRS instruction to read arm64 system registers
  • 2a15272 unix: add consts for ELF handling
  • 6239615 cpu: add HPDS, LOR, PAN detection for arm64
  • ea436ef windows: add iphlpapi routing functions
  • 28c5bda unix: add SetMemPolicy and its mode/flag values
  • b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.38.0.
- [Commits](golang/sys@v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 1, 2025
CodeMonkeyCybersecurity added a commit that referenced this pull request Mar 13, 2026
…flow and path-compatible checks (#57)' (#60) from fix/57-governance-freshness-wiring into main

Reviewed-on: https://gitea.cybermonkey.sh/cybermonkey/eos/pulls/60
CodeMonkeyCybersecurity added a commit that referenced this pull request Mar 13, 2026
…82)

Both governance scripts hard-failed (exit 1) when no .gitmodules existed,
blocking every PR with 15+ auto-created CI failure issues since PR #60
merged the workflow without the submodule registration.

Changes:
- Add .gitmodules pre-check to prompts-submodule-freshness.sh (SKIP exit 0)
- Add .gitmodules pre-check to check-governance.sh (SKIP exit 0)
- Handle registered-but-uninitialised submodule gracefully (WARN + SKIP)
- Register prompts submodule properly via git submodule add
- Add outputs/ to .gitignore

Test evidence (local):
- Freshness with submodule present: PASS (sha match)
- Freshness without .gitmodules: SKIP exit 0
- Freshness registered not init'd: SKIP exit 0
- Governance without .gitmodules: SKIP exit 0
- bash -n both scripts: SYNTAX OK
- go build ./cmd/: exit 0

Closes #82
Refs #57, #64

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CodeMonkeyCybersecurity added a commit that referenced this pull request Mar 13, 2026
The submodule-freshness workflow failed on every CI run because
`actions/checkout` with `submodules: recursive` tried to clone
prompts via SSH (`ssh://git@vhost7:9001/...`). CI runners lack
SSH keys, so the checkout step failed before the freshness script
could run.

Changes:
- Remove `submodules: recursive` from checkout action
- Add manual submodule init step with SSH-to-HTTPS URL rewriting
  and token-based auth (GITEA_TOKEN or github.token)
- Update .gitmodules URL from SSH to HTTPS
- Make fetch failure in freshness script SKIP (exit 0) instead
  of FAIL (exit 1) for defense-in-depth resilience
- Add 7-test unit test suite for script and workflow contracts

Test evidence:
- 7/7 tests pass (script syntax, no-gitmodules skip,
  uninitialised skip, YAML syntax, no-recursive, HTTPS URL,
  manual init step)
- go build ./cmd/: exit 0
- Freshness script tested locally in 3 scenarios

Refs: https://forum.gitea.com/t/gitea-runner-recursive-checkout/10812
Closes #97
Refs #82, #57, #64

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

Superseded by #82.

@dependabot dependabot bot closed this Mar 15, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/golang.org/x/sys-0.38.0 branch March 15, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants